
/* 窗口样式 */
.msgwin{ display:none;z-index:1000; position:absolute; background-color:#FFF; border:#CCC 1px solid; padding:1px; overflow:hidden; min-width:100px; min-height:15px;}
.msgwin .title{ padding:8px; text-align:left;background-color:#0073bd; color:#fff; font-size:14px; height:30px;}
.msgwin .bnt_control{ float:right; cursor:pointer; width:16px; height:16px;padding-bottom:5px;}
.msgwin .context{font-size:12px;}/*background-color:#004d7e;*/
.msgwin	.close{ background:url(images/button_fff.png) no-repeat; background-position:0px 0px;}
.msgwin	.max{ background:url(images/button_fff.png) no-repeat; background-position:-32px 0px;}
.msgwin	.back{ background:url(images/button_fff.png) no-repeat; background-position:-48px 0px;}
.msgwin	.min{ background:url(images/button_fff.png) no-repeat; background-position:-16px 0px;}
.msgwin	.wx-button-set{ position:absolute; width:100%; text-align:center;bottom:20px;}
.msgwin	.wx-button-set button{ padding:3px; width:80px;}


/*窗口阴影设置*/
.msgwin{  
  -webkit-box-shadow:0 0 10px rgba(0, 204, 204, .5);  
  -moz-box-shadow:0 0 10px rgba(0, 204, 204, .5);  
  box-shadow:0 0 10px rgba(0, 204, 204, .5);   } 


/* 全屏框架样式 */
.fullScreen{background-color:#CCCCCC;}
.fullScreen .fullScreen_top{height:100px; width:100%; border-bottom:#FFFFFF 1px solid; overflow:hidden;}
.fullScreen .fullScreen_body{background-color:#999;width:100%}
.fullScreen .fullScreen_left{float:left;  background-color:#900;; width:180px;height:100%;overflow:hidden; }
.fullScreen .fullScreen_right{float:left; background-color:#FFFFFF;height:100%; }
.fullScreen .fullScreen_bottom{height:30px; width:100%;border-top:#FFFFFF 1px solid;overflow:hidden;}